home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / xcoral / xcoral.lha / xcoral-1.72 / Imakefile < prev    next >
Makefile  |  1993-02-24  |  1KB  |  39 lines

  1. EXTENSIONLIB =
  2. DEPLIBS = 
  3. LOCAL_LIBRARIES = $(XLIB)
  4. LINTOPTS=-axzu
  5. CC=cc
  6. CCOPTIONS=
  7.  
  8. SRCS     = xcoral.c handle_menus.c init_menus.c cb_names.c new_window.c \
  9.     main_events.c handle_key.c chars_cmds.c shadow.c ctr_panel.c \
  10.     main_text.c scroll.c page.c parse.c get_file.c file_select.c \
  11.     bm_search.c mark_reg.c get_string.c main_buffer.c text_cursor.c \
  12.     kill_buf.c browser_init.c browser_eve.c \
  13.     browser_eng.c browser_pars.c browser_util.c class_dict.c \
  14.     file_dict.c proc_dict.c gen.tab.c lex.yy.c 
  15.  
  16. OBJS    = xcoral.o handle_menus.o init_menus.o cb_names.o new_window.o \
  17.     main_events.o handle_key.o chars_cmds.o shadow.o ctr_panel.o \
  18.     main_text.o scroll.o page.o parse.o get_file.o file_select.o \
  19.     bm_search.o mark_reg.o get_string.o main_buffer.o text_cursor.o \
  20.     kill_buf.o browser_init.o browser_eve.o gen.tab.o lex.yy.o \
  21.     browser_eng.o browser_pars.o browser_util.o class_dict.o \
  22.     file_dict.o proc_dict.o
  23.  
  24. HACHE    = browser.h config.h options.h browser_eng.h file_dict.h proc_dict.h \
  25.     browser_pars.h flist.h result_types.h browser_util.h gen.tab.h scroll.h \
  26.     buffer.h global_parse.h text.h buttons.h m_key.h xcoral.h class_dict.h menus.h
  27.  
  28.  
  29. OFILES    = Copyright FIXES TODO Imakefile Makefile Makefile.std README Resume \
  30.     button.bm gen.l gen.y logo.bm xcoral.man 
  31.  
  32. AllTarget(xcoral)
  33. ComplexProgramTarget(xcoral)
  34.  
  35. zarch:
  36.     tar cf -  $(OFILES) $(HACHE) $(SRCS) | \
  37.     compress > xcoral-`grep CURRENT_VERSION xcoral.h | awk '{print $$5}'`.tar.Z
  38.  
  39.